home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / cshx86.zip / LOGIN.CSH < prev    next >
Text File  |  1993-04-14  |  2KB  |  35 lines

  1. #  Login.csh Release 2.1 for Windows NT
  2.  
  3. #  This is a sample login.csh file.  The Hamilton C shell looks for this
  4. #  file in your home directory when you start it from the Program Manager.
  5. #  You should edit it, customizing it to your needs.  Blank lines are
  6. #  ignored; anything following a "#" on a given line is considered a comment.
  7. #  The comments can be deleted if you want the shell to start up faster.
  8.  
  9. #  (As it comes off the distribution disk, this file contains ONLY comment
  10. #  text explaining how to customize it.)
  11.  
  12. #  Environmental Variables
  13.  
  14. #  If you want the C shell to use a different set of environmental variables
  15. #  than you'd use with the MS-DOS command prompt, this is a good place to
  16. #  set up those values.  For example, you might specify:
  17.  
  18. #  setenv   LIB      =  c:\mstools\lib
  19. #  setenv   INCLUDE  =  c:\mstools\h
  20.  
  21. #  Other Initialization
  22.  
  23. #  You may also wish to do various other sorts of initialization when 
  24. #  you start a new copy of Hamilton C shell.  Here are some examples:
  25. #
  26. #  set   savehist    =  0              # Do not save history at exit.
  27. #  set   ignoreeof   =  1              # Insist on an exit command.  Don't
  28. #                                      #   exit just because end-of-file (^Z)
  29. #                                      #   was encountered.
  30. #  cd    c:\mstools\h                  # Set up whatever current directories
  31. #  cd    e:\tmp                        #   you want when the shell starts up.
  32. #  cd    +c ~                          #   ("+c ~" means change to home
  33. #                                      #   directory and drive;  note that "~"
  34. #                                      #   depends on HOME being already set.)
  35.